projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26e4691
)
(psychoanalyze-pinhead): Use insert instead of insert-string.
author
Pavel Janík
<Pavel@Janik.cz>
Mon, 26 Nov 2001 16:15:49 +0000
(16:15 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Mon, 26 Nov 2001 16:15:49 +0000
(16:15 +0000)
lisp/play/yow.el
patch
|
blob
|
history
diff --git
a/lisp/play/yow.el
b/lisp/play/yow.el
index 4e7f88b41698b712a3065ac6fa99a30d7c9079d6..c23bd706abd1f140d10045badd5a959e26b1d55c 100644
(file)
--- a/
lisp/play/yow.el
+++ b/
lisp/play/yow.el
@@
-119,7
+119,7
@@
If called interactively, display a list of matches."
(switch-to-buffer "*doctor*")
(sit-for 0)
(while (not (input-pending-p))
- (insert
-string
(yow))
+ (insert (yow))
(sit-for 0)
(doctor-ret-or-read 1)
(doctor-ret-or-read 1)))